google.golang.org/grpc/internal/transport.http2Client.prevGoAwayID (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L129: 	prevGoAwayID uint32
		http2_client.go#L1358: 		if id > t.prevGoAwayID {
		http2_client.go#L1360: 			return connectionErrorf(true, nil, "received goaway with stream id: %v, which exceeds stream id of previous goaway: %v", id, t.prevGoAwayID)
		http2_client.go#L1376: 	upperLimit := t.prevGoAwayID
		http2_client.go#L1381: 	t.prevGoAwayID = id